home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 1998 June / Software of the Month Club 1998 June.iso / pc / dos / edu / mapit20 / test.def < prev    next >
Text File  |  1998-04-15  |  777b  |  37 lines

  1. ;  test.def   -  examples of geotomp1 options.
  2.  
  3. input dbf: cards
  4. output file: out
  5.  
  6. overwrite output
  7. ;append output
  8.  
  9. ;CIRCLE 5 miles IF zip >= 15000 and < 16000 width 5
  10. ;CIRCLE 100 km
  11. ;Square 200
  12. ;rectangle width 300
  13. ;        rectangle height 100
  14. x 25
  15. plus 25
  16. square 25
  17. ;square dist
  18.  
  19. ;STRAIGHT LINE CONNECTOR IF zip >= 15000 and < 16000 width 5
  20. ;   STRAIGHT LINE CONNECTOR
  21. ;STRAIGHT LINE EXTERNAL
  22.          GREAT CIRCLE EXTERNAL
  23. ;great circle connector
  24. ;GREAT CIRCLE INTERNAL
  25.  
  26. LATITUDE: latitude              ; defaults to LATITUDE
  27. LONGITUDE: longitude            ; defaults to LONGITUDE
  28.  
  29. EXTERNAL LOCATION: 40:30:32 79:37:48W
  30. ;INTERNAL LATITUDE: xxx
  31. ;INTERNAL LONGITUDE: yyy
  32.  
  33. ;straight line external
  34.  
  35. COMMENT:   CITY   "\n"STATE ",  " ZIP:5
  36.  
  37.